projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0d042
)
mxsboot: remove unused include
author
Andreas Bießmann
<
[email protected]
>
Tue, 16 Feb 2016 22:29:29 +0000
(23:29 +0100)
committer
Stefano Babic
<
[email protected]
>
Sun, 21 Feb 2016 10:09:19 +0000
(11:09 +0100)
Commit
276d3ebb883024d753cd9c69ab2fd243ffa1262e
removed htole32() but missed
to remove the corresponding header. This is annoying, since BSD systems do not
have endian.h.
Signed-off-by: Andreas Bießmann <
[email protected]
>
Acked-by: Marek Vasut <
[email protected]
>
Acked-by: Michael Heimpold <
[email protected]
>
tools/mxsboot.c
patch
|
blob
|
history
diff --git
a/tools/mxsboot.c
b/tools/mxsboot.c
index 457f4359af926918cb33512ced197e2f96260fab..2e7200957620ca843f4bb78759f86113f0d6bd99 100644
(file)
--- a/
tools/mxsboot.c
+++ b/
tools/mxsboot.c
@@
-7,7
+7,6
@@
* SPDX-License-Identifier: GPL-2.0+
*/
-#include <endian.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>